@charset "UTF-8";
* {
  font: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button,
input,
select,
textarea {
  outline: 0; }

li,
ol,
ul {
  list-style: none; }

b,
strong {
  font-weight: 400; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

:focus {
  outline: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a.active {
    color: #03aae6; }

.clearfix {
  zoom: 1; }
  .clearfix::after, .clearfix::before {
    display: table;
    content: ""; }
  .clearfix::after {
    clear: both; }

.transition {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.padding-none {
  padding: 0 !important; }

.border-none {
  border: none !important; }

.display-none {
  display: none !important; }

.left-0 {
  left: 0 !important; }

.fr {
  float: right !important; }

.fl {
  float: left !important; }

input {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none; }

input:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #f60; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/*文本*/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-align-last {
  text-align-last: justify; }

.s-block {
  display: block !important; }

.s-inlineblock {
  display: inline-block !important; }

.s-inline {
  display: inline !important; }

.container-fluid,
.container {
  padding: 0 8px; }

/* 其他差异 */
input {
  -webkit-appearance: none; }

body {
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  font-family: app-apple-system, 'Microsoft Yahei', Helvetica, STHeiTi, sans-serif;
  margin: 0 auto;
  position: relative; }

.icon-sprites,
.business-module .u-go-shop,
.m-welcome-header .hd-menu .u-business:before,
.m-hm-about .cp-introduction .u-more:after,
.m-consultant .wrap .sm-th .sm-info:after {
  background-image: url(../images/icon-sprites.png); }

.m-public-list .img-wrap,
.m-hm-about .take-picture,
.m-company-introduction .company-img,
.m-product-view .pic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

/* 首页欢迎头部 */
.m-welcome-header {
  position: relative;
  font-size: 12px;
  color: #7b7b7b;
  overflow: hidden;
  border-top: 2px solid #03aae6;
  border-bottom: 1px solid #eee; }
  .m-welcome-header .hd-text {
    line-height: 26px; }
    .m-welcome-header .hd-text h1 {
      display: inline-block;
      font-size: 12px;
      margin: 0; }
  .m-welcome-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #fff; }
  .m-welcome-header .hd-menu {
    padding-top: 7px;
    height: 30px;
    background-color: #03aae6;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 0; }
    .m-welcome-header .hd-menu a {
      display: inline-block;
      padding: 0 10px;
      color: inherit;
      font-size: 12px;
      line-height: 1; }
      .m-welcome-header .hd-menu a:hover {
        text-decoration: underline; }
    .m-welcome-header .hd-menu a + a {
      border-left: 1px solid #fff; }
    .m-welcome-header .hd-menu .u-business {
      position: relative; }
      .m-welcome-header .hd-menu .u-business:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 12px;
        margin-right: 5px;
        vertical-align: middle;
        background-position: -91px -146px; }
  .m-welcome-header .m-logo {
    float: left; }

/* 首页头部 LOGO  */
.g-header .top-wrap > div {
  padding: 16px 0 20px; }
.g-header .top-wrap .company {
  overflow: hidden; }
  .g-header .top-wrap .company .mobil-logo {
    font-size: 20px;
    line-height: 1.43;
    text-align: center; }
  .g-header .top-wrap .company .l-m {
    color: #333;
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif; }
    .g-header .top-wrap .company .l-m .logo-wrap {
      float: left;
      width: 96px;
      height: 96px;
      padding: 2px;
      background: #fff;
      border: 1px solid #ddd;
      margin-right: 20px;
      overflow: hidden; }
      .g-header .top-wrap .company .l-m .logo-wrap .logo-cell {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
        width: 1.5%; }
    .g-header .top-wrap .company .l-m .company-info {
      padding: 18px 0 10px;
      font-size: 24px;
      margin: 0;
      float: left;
      max-width: 78%; }
      .g-header .top-wrap .company .l-m .company-info img {
        display: block; }
      .g-header .top-wrap .company .l-m .company-info .subtitle {
        color: #666;
        font-size: 15px;
        line-height: 30px; }
.g-header .top-wrap .tell-wrap {
  margin-bottom: 10px;
  line-height: 24px;
  color: #818798; }
  .g-header .top-wrap .tell-wrap .tell-intro span {
    display: block;
    margin-bottom: 4px; }
  .g-header .top-wrap .tell-wrap .tell-intro img {
    top: 0;
    right: 0; }
  .g-header .top-wrap .tell-wrap img {
    position: relative;
    top: 20px;
    right: 4px;
    float: right; }
  .g-header .top-wrap .tell-wrap .attestation img {
    display: inline-block;
    vertical-align: bottom;
    width: 30% !important; }

/* 导航 */
.m-menu {
  background: #03aae6; }
  .m-menu .pc-menu {
    height: 60px; }
    .m-menu .pc-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .m-menu .pc-menu li {
      width: 17.8%;
      position: relative; }
      .m-menu .pc-menu li a {
        display: block;
        text-align: center;
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .m-menu .pc-menu li:hover a {
        background-color: #20c2fc; }
      .m-menu .pc-menu li .sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 56px;
        z-index: 1000;
        border-top: 3px solid #fff;
        max-height: 0;
        overflow: hidden;
        transform: rotate3d(1, 0, 0, -90deg);
        transform-origin: 50% 0;
        -webkit-transform: rotate3d(1, 0, 0, -90deg);
        -webkit-transform-origin: 50% 0;
        -moz-transform: rotate3d(1, 0, 0, -90deg);
        -moz-transform-origin: 50% 0;
        -o-transform: rotate3d(1, 0, 0, -90deg);
        -o-transform-origin: 50% 0;
        transition: 350ms;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms; }
        .m-menu .pc-menu li .sub-menu a {
          padding: 0 20px;
          font-size: 12px;
          display: block;
          background: #03aae6;
          border-top: 1px solid #20c2fc;
          line-height: 40px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .m-menu .pc-menu li .sub-menu a:hover {
            background: #20c2fc; }
      .m-menu .pc-menu li:hover .sub-menu {
        max-height: 10000px;
        -webkit-transform: rotate3d(0, 0, 0, 0);
        transform: rotate3d(0, 0, 0, 0); }
    .m-menu .pc-menu .active a {
      background: #20c2fc; }
  .m-menu nav {
    z-index: 2;
    background: #20c2fc;
    -webkit-box-shadow: 0px 1px 5px #5c4b51;
            box-shadow: 0px 1px 5px #5c4b51;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 60px;
    font: 15px Rokkitt;
    padding: 12px 10px;
    position: fixed;
    top: 0;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    color: #fff; }
    .m-menu nav .m-logo {
      float: left;
      max-width: 82%; }
      .m-menu nav .m-logo img {
        max-width: 100%; }
      .m-menu nav .m-logo h2 {
        font-size: 18px; }
    .m-menu nav #sideMenu {
      margin: -5px 0;
      text-shadow: 1px 1px 2px #ccc;
      color: #fff;
      float: right;
      z-index: 5; }
      .m-menu nav #sideMenu #userMenuToggle {
        position: absolute;
        right: 0; }
  .m-menu #sideMenuContainer {
    background: #03aae6;
    height: 100%;
    padding: 10px;
    position: fixed;
    top: 60px;
    right: -200px;
    width: 200px;
    z-index: 4;
    color: #fff; }
    .m-menu #sideMenuContainer > a {
      display: block;
      padding: 15px 10px;
      color: #fff; }
      .m-menu #sideMenuContainer > a:hover {
        padding-left: 3px; }
      .m-menu #sideMenuContainer > a::after {
        content: attr(title);
        font: 14px app-apple-system, 'Microsoft Yahei', Helvetica, STHeiTi, sans-serif;
        padding-left: 10px;
        text-transform: uppercase; }

/* Banner组件 */
.m-banner .owl-controls {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top: 0; }
  .m-banner .owl-controls .owl-page span {
    margin: 0 4px;
    width: 12px;
    height: 12px;
    background: #999;
    border: 1px solid #FFF;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: all ease 0.5;
    transition: all ease 0.5; }
  .m-banner .owl-controls .active span {
    opacity: 1; }

/* 首页模块 */
.m-module {
  padding: 50px 0; }
  .m-module .title {
    margin-bottom: 20px;
    padding-bottom: 8px;
    line-height: 32px; }
    .m-module .title i {
      font-size: 24px;
      color: #0285b4; }
    .m-module .title .ename {
      text-transform: uppercase;
      font-size: 32px;
      color: #03aae6;
      margin-bottom: 6px; }
    .m-module .title .cname {
      font-size: 16px;
      color: #666;
      margin-top: 6px; }
    .m-module .title .decorate {
      position: absolute;
      left: 50%;
      margin-left: -22px;
      width: 40px;
      height: 3px;
      background: #20c2fc; }
  .m-module .more-wrap {
    margin-top: 20px; }
    .m-module .more-wrap .set_1_btn {
      color: #333;
      cursor: pointer;
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 45px;
      margin-right: 2em;
      text-align: center;
      max-width: 160px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      margin: 0 auto; }
    .m-module .more-wrap .set_1_btn:hover {
      text-decoration: none; }
    .m-module .more-wrap .Vbtn-3 {
      background: transparent;
      text-align: center; }
    .m-module .more-wrap .Vbtn-3 svg {
      height: 45px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .m-module .more-wrap .Vbtn-3 rect {
      fill: none;
      stroke: #20c2fc;
      stroke-width: 3;
      stroke-dasharray: 422, 0;
      -webkit-transition: all 450ms linear 0s;
      transition: all 450ms linear 0s; }
    .m-module .more-wrap .Vbtn-3:hover {
      background: rgba(225, 51, 45, 0);
      font-weight: 900;
      letter-spacing: 1px;
      -webkit-transition: all 150ms linear 0s;
      transition: all 150ms linear 0s; }
    .m-module .more-wrap .Vbtn-3:hover rect {
      stroke-width: 5;
      stroke-dasharray: 15, 310;
      stroke-dashoffset: 48;
      -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1); }

/* 首页产品 */
.m-i-product .pro_sort {
  background: #fff;
  text-align: center;
  padding: 13px 0; }
  .m-i-product .pro_sort i {
    color: #03aae6;
    font-size: 20px;
    line-height: 30px; }
  .m-i-product .pro_sort p {
    line-height: 30px;
    font-weight: bold;
    color: #03aae6; }
.m-i-product .wrap {
  margin-top: 20px; }
.m-i-product .pro-nlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-right: 0; }
  .m-i-product .pro-nlist .button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px; }
    .m-i-product .pro-nlist .button_su .hvr-rectangle-in {
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
              box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      background: #03aae6;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .m-i-product .pro-nlist .button_su .hvr-rectangle-in:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .m-i-product .pro-nlist .button_su .hvr-rectangle-in:hover, .m-i-product .pro-nlist .button_su .hvr-rectangle-in:focus, .m-i-product .pro-nlist .button_su .hvr-rectangle-in:active {
      color: white; }
    .m-i-product .pro-nlist .button_su .hvr-rectangle-in:hover:before, .m-i-product .pro-nlist .button_su .hvr-rectangle-in:focus:before, .m-i-product .pro-nlist .button_su .hvr-rectangle-in:active:before {
      -webkit-transform: scale(0);
      transform: scale(0); }
  .m-i-product .pro-nlist .su_button_circle {
    background-color: #03aae6;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */ }
  .m-i-product .pro-nlist .button_su_inner {
    display: inline-block;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-decoration: none;
    z-index: 100000; }
  .m-i-product .pro-nlist .button_text_container {
    position: relative; }
  .m-i-product .pro-nlist .explode-circle {
    -webkit-animation: explode 0.5s forwards;
            animation: explode 0.5s forwards; }
  .m-i-product .pro-nlist .desplode-circle {
    -webkit-animation: desplode 0.5s forwards;
            animation: desplode 0.5s forwards; }
@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0285b4; }
  100% {
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    background-color: #03aae6; } }
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0285b4; }
  100% {
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    background-color: #03aae6; } }
@-webkit-keyframes desplode {
  0% {
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    background-color: #03aae6; }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0285b4; } }
@keyframes desplode {
  0% {
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    background-color: #03aae6; }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: #0285b4; } }
  .m-i-product .pro-nlist .pro-name {
    width: 19%;
    margin-right: 5px;
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #eee; }
    .m-i-product .pro-nlist .pro-name a {
      display: block;
      font-size: 15px;
      line-height: 42px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: center; }
      .m-i-product .pro-nlist .pro-name a:hover {
        color: #fff; }
  .m-i-product .pro-nlist .pro-name:nth-child(5n) {
    border-right: none; }
.m-i-product .pro-com {
  padding: 15px 3px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }
  .m-i-product .pro-com .pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 215px; }
    .m-i-product .pro-com .pic img {
      -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      width: 100%; }
    .m-i-product .pro-com .pic .picHover {
      display: block;
      visibility: hidden;
      opacity: 0;
      width: 0;
      height: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: rgba(64, 64, 64, 0.85) none repeat scroll 0 0;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out; }
      .m-i-product .pro-com .pic .picHover a.details_link {
        background: #fff none repeat scroll 0 0;
        border-radius: 50%;
        bottom: 0;
        color: #404040;
        display: inline-block;
        font-size: 20px;
        height: 40px;
        left: 0;
        margin: auto;
        position: absolute;
        right: -450px;
        top: 0;
        width: 40px;
        text-align: center;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease; }
        .m-i-product .pro-com .pic .picHover a.details_link i {
          font-size: 20px;
          line-height: 40px; }
        .m-i-product .pro-com .pic .picHover a.details_link:hover {
          color: #20c2fc; }
    .m-i-product .pro-com .pic:hover .picHover {
      visibility: visible;
      opacity: 1;
      width: 100%;
      height: 100%; }
      .m-i-product .pro-com .pic:hover .picHover a.details_link {
        right: -0px; }
  .m-i-product .pro-com .caption {
    width: 100%;
    height: 40px;
    position: relative;
    -webkit-transition: all .6s ease;
    transition: all .6s ease; }
    .m-i-product .pro-com .caption a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #1a1a1a;
      display: block;
      font-size: 16px;
      text-align: center;
      line-height: 40px; }
    .m-i-product .pro-com .caption:hover a {
      color: #03aae6; }

/* 首页公司介绍 */
.m-i-about {
  background-image: url(../images/bg-geometric.jpg);
  background-size: cover;
  padding: 50px 0;
  position: relative; }
  .m-i-about .container {
    position: relative;
    z-index: 1; }
  .m-i-about .title .ename {
    color: #fff; }
  .m-i-about .title .cname {
    color: #fff; }
  .m-i-about .info-box {
    color: #fff;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;
    padding: 24px 8px;
    padding-top: 0;
    overflow: hidden;
    text-align: left; }
    .m-i-about .info-box .info {
      text-align: justify;
      text-indent: 2em;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 10;
      -webkit-box-orient: vertical; }
  .m-i-about .more-wrap {
    position: relative;
    z-index: 1; }
    .m-i-about .more-wrap .Vbtn-3 rect {
      stroke: #fff; }
    .m-i-about .more-wrap .set_1_btn {
      color: #fff; }
  .m-i-about:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(39, 51, 62, 0.6);
    opacity: 1;
    z-index: 0; }

.alpha:after {
  background-image: linear-gradient(-135deg, #0285b4 25%, #20c2fc 100%);
  opacity: 0.9; }

/* 首页最新咨询 */
.m-i-ask .ask-price .ap-main {
  padding-top: 10px;
  overflow: hidden;
  position: relative; }
  .m-i-ask .ask-price .ap-main .info-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .m-i-ask .ask-price .ap-main .info-list .item {
      width: 47%;
      padding: 0 10px;
      line-height: 40px;
      overflow: hidden;
      display: inline-block;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      height: 40px;
      -webkit-transition: all ease .3s;
      transition: all ease .3s;
      border-bottom: 1px solid #eee; }
      .m-i-ask .ask-price .ap-main .info-list .item .member {
        position: relative;
        width: 30%; }
        .m-i-ask .ask-price .ap-main .info-list .item .member i {
          margin-right: 5px;
          color: #666; }
      .m-i-ask .ask-price .ap-main .info-list .item .member,
      .m-i-ask .ask-price .ap-main .info-list .item .area,
      .m-i-ask .ask-price .ap-main .info-list .item .source {
        color: #666;
        font-size: 13px;
        float: left;
        overflow: hidden;
        width: 33%;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .m-i-ask .ask-price .ap-main .info-list .item .source {
        width: 34%;
        color: #666; }
      .m-i-ask .ask-price .ap-main .info-list .item:hover {
        color: #03aae6;
        background: #eee; }
        .m-i-ask .ask-price .ap-main .info-list .item:hover .member,
        .m-i-ask .ask-price .ap-main .info-list .item:hover .area,
        .m-i-ask .ask-price .ap-main .info-list .item:hover .source,
        .m-i-ask .ask-price .ap-main .info-list .item:hover i,
        .m-i-ask .ask-price .ap-main .info-list .item:hover .source {
          color: #0285b4; }

/* 首页新闻 */
.m-i-news .card {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: box-shadow 0.5s;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  /**
  * THUMB
  **/
          /**
* BODY
**/ }
  .m-i-news .card a {
    color: inherit;
    text-decoration: none; }
  .m-i-news .card .card__date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    background-color: #03aae6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 13px; }
  .m-i-news .card .card__date__day {
    font-size: 14px; }
  .m-i-news .card .card__date__month {
    text-transform: uppercase;
    font-size: 10px; }
  .m-i-news .card .card__thumb {
    overflow: hidden;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    height: 204px; }
  .m-i-news .card .card__thumb img {
    display: block;
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .m-i-news .card .card__body {
    position: relative;
    padding: 20px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
  .m-i-news .card .card__category {
    position: absolute;
    top: -25px;
    left: 0;
    height: 25px;
    padding: 0 15px;
    background-color: #03aae6;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 25px; }
  .m-i-news .card .card__title {
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .m-i-news .card .card__subtitle {
    margin: 0;
    padding: 0 0 10px 0;
    color: #03aae6; }
  .m-i-news .card .card__description {
    color: #666C74;
    line-height: 27px;
    opacity: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; }
  .m-i-news .card .card__footer {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    font-size: 11px;
    color: #A3A9A2; }
  .m-i-news .card .icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    font-size: 18px; }
  .m-i-news .card .icon + .icon {
    padding-left: 10px; }
  .m-i-news .card:hover .card__thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .m-i-news .card:hover {
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); }

.m-i-news .news-list {
  padding: 15px; }
  .m-i-news .news-list .box {
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-top: 15px; }
    .m-i-news .news-list .box .text {
      padding: 15px 15px 15px 127px;
      width: 70%;
      padding: 0 10px;
      float: left; }
      .m-i-news .news-list .box .text .subject {
        font-size: 16px;
        margin: 10px 0;
        padding: 6px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #eee;
        position: relative; }
        .m-i-news .news-list .box .text .subject:after {
          content: "";
          width: 0;
          background-color: #20c2fc;
          transition: width .6s;
          -webkit-transition: width .6s;
          height: 1px;
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: -1; }
      .m-i-news .news-list .box .text .info {
        color: #888;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 22px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .m-i-news .news-list .box .news-img {
      width: 140px;
      height: 90px;
      margin: 10px;
      overflow: hidden;
      float: left;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .m-i-news .news-list .box .news-img img {
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .m-i-news .news-list .box:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .m-i-news .news-list .box:hover .subject:after {
      width: 100%; }

/* 友情链接 */
.m-fd-links {
  padding: 20px; }
  .m-fd-links span {
    margin-right: 5px;
    color: #1a1a1a;
    font-weight: bold;
    font-size: 16px; }
  .m-fd-links a:after {
    content: "|";
    margin: 0 10px; }
  .m-fd-links a:last-child:after {
    content: ""; }
  .m-fd-links a:hover:after {
    color: #666; }

/* 底部信息组件 */
.g-footer .m-bottom-nav {
  text-align: center;
  background-color: #03aae6;
  height: 44px; }
  .g-footer .m-bottom-nav .container {
    padding-top: 12px;
    font-size: 0; }
    .g-footer .m-bottom-nav .container .nav-item {
      width: 11%;
      display: inline-block;
      padding: 0 10px;
      color: #fff;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .g-footer .m-bottom-nav .container .nav-item:hover {
        text-decoration: underline; }
    .g-footer .m-bottom-nav .container:last-child {
      border-right: 0; }
.g-footer .m-bottom img {
  display: block;
  margin: 0 auto; }
.g-footer .m-bottom-info {
  padding: 25px 0 40px; }
  .g-footer .m-bottom-info .qrcode-wrap {
    border-right: 1px solid #cbcbcb;
    text-align: center; }
    .g-footer .m-bottom-info .qrcode-wrap .code-item {
      display: inline-block;
      vertical-align: top;
      width: 130px;
      margin: 0 10px;
      text-align: center; }
      .g-footer .m-bottom-info .qrcode-wrap .code-item .img-box {
        border: 1px solid #cbcbcb;
        padding: 4px;
        overflow: hidden;
        height: 130px; }
      .g-footer .m-bottom-info .qrcode-wrap .code-item .tips {
        margin-top: 12px; }
  .g-footer .m-bottom-info .info-wrap {
    padding-left: 25px; }
    .g-footer .m-bottom-info .info-wrap .b-keyword {
      line-height: 1.8; }
    .g-footer .m-bottom-info .info-wrap .ct-info {
      margin: 20px 0 0; }

/* 手机底部导航 */
.bottom-bar-pannel {
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e5e5e5;
  z-index: 999; }
  .bottom-bar-pannel .bar-item {
    margin-top: 7px;
    float: left;
    width: 25%;
    text-align: center; }
    .bottom-bar-pannel .bar-item i {
      font-size: 28px;
      color: #666; }
    .bottom-bar-pannel .bar-item img {
      height: 24px;
      margin-top: 6px; }
    .bottom-bar-pannel .bar-item .bar-title {
      color: #333;
      line-height: 20px; }

/*客服组件*/
.m-consultant {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 999;
  border-radius: 6px 0px 0 6px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .m-consultant .controls {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #03aae6;
    cursor: pointer;
    font-family: 'SimHei', 'sans-serif';
    font-weight: 700; }
  .m-consultant .group {
    display: none;
    width: 30px;
    float: left;
    height: 180px;
    background: #03aae6;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    margin-top: 1px;
    margin-right: -1px;
    position: relative;
    z-index: 2;
    cursor: pointer; }
    .m-consultant .group .info {
      display: inline-block;
      padding-top: 15px;
      font-size: 16px; }
      .m-consultant .group .info b {
        font-weight: normal; }
    .m-consultant .group:hover {
      background: #20c2fc; }
  .m-consultant .wrap {
    float: left;
    width: 154px;
    font-size: 12px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .m-consultant .wrap .title {
      height: 28px;
      line-height: 28px;
      color: #fff;
      background: #03aae6;
      background: -webkit-gradient(linear, left top, left bottom, from(#20c2fc), to(#0285b4));
      background: linear-gradient(to bottom, #20c2fc, #0285b4);
      overflow: hidden;
      padding: 0 10px 0 15px; }
      .m-consultant .wrap .title .b-close {
        float: right;
        width: 15px;
        height: 15px;
        line-height: 16px;
        margin-top: 6px; }
    .m-consultant .wrap .sm-th {
      padding: 10px 0;
      border-bottom: 1px solid #ccc; }
      .m-consultant .wrap .sm-th .sm-info {
        position: relative;
        margin: 0 5px 10px 5px;
        padding: 7px 12px 14px 12px;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 3px;
        text-align: justify; }
        .m-consultant .wrap .sm-th .sm-info:after {
          content: "";
          position: absolute;
          right: 22px;
          bottom: -5px;
          display: inline-block;
          width: 10px;
          height: 5px;
          background-position: -210px -144px; }
      .m-consultant .wrap .sm-th .sm-tall {
        line-height: 40px;
        text-align: center; }
    .m-consultant .wrap .qq-server .list {
      padding: 10px 0; }
      .m-consultant .wrap .qq-server .list li {
        padding: 5px 10px;
        text-align: center; }
    .m-consultant .wrap .qr-code {
      border-top: 1px solid #ddd;
      padding: 10px;
      text-align: center; }
      .m-consultant .wrap .qr-code .qr-wrap {
        height: 132px;
        overflow: hidden; }
        .m-consultant .wrap .qr-code .qr-wrap img {
          max-width: 100%; }
      .m-consultant .wrap .qr-code .qr-info {
        padding-top: 10px; }
    .m-consultant .wrap .qr-code-hidden {
      display: none; }
  .m-consultant .business {
    padding: 0 13px 10px 13px; }
    .m-consultant .business .business-link {
      display: block;
      width: 127px;
      height: 38px;
      background: url(../images/icon-sprites.png) no-repeat -10px -188px; }

/* 返回顶部组件 */
.aside-control {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 999; }
  .aside-control .items a {
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.6) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxNEY5M0M0QzJCOTExRTdBMzU1QzEyMjVCNERDQ0ZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxNEY5M0M1QzJCOTExRTdBMzU1QzEyMjVCNERDQ0ZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjE0RjkzQzJDMkI5MTFFN0EzNTVDMTIyNUI0RENDRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjE0RjkzQzNDMkI5MTFFN0EzNTVDMTIyNUI0RENDRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7htNagAAAAcUlEQVR42mL4//8/Axa8FIgfALEcuhy6QhYgnvkfAZ4AsSg+DROgCk8BcS0Q/wHiK0AsjU1DH5JiDqhYPVTsJhALIGvogkqcBWIRNFuboHIgm8RAArOhAleBmAtHILTBbGKAKgRhcRyKYXgySAdAgAEAmlwW0TkyleMAAAAASUVORK5CYII=) no-repeat 50% 50%;
    -webkit-transition: all ease .3s;
    transition: all ease .3s; }
    .aside-control .items a:hover {
      background-color: #03aae6; }

/* 导航宽度 */
.m-nav .nav-num-6 li {
  width: 16.5%; }
.m-nav .nav-num-7 li {
  width: 14.2%; }
.m-nav .nav-num-8 li {
  width: 12.5%; }
.m-nav .nav-num-9 li {
  width: 11.1%; }

/* 首页媒介查询 */
@media screen and (max-width: 768px) {
  * {
    cursor: pointer; }

  body {
    margin-top: 45px !important; }

  .m-top .company .company-info .title {
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 1.43; }

  .m-i-product {
    background-color: #fff; }

  .m-i-product .pro-nlist .pro-name {
    background-color: #eee; }

  .m-i-impor .container {
    width: 90%; }

  .m-i-about .more-wrap {
    margin-bottom: 30px; }

  .m-module .title .ename {
    font-size: 24px; }

  .m-module {
    padding: 25px 0; }

  .m-module .title {
    padding-bottom: 8px; }

  .m-i-product .pr-list {
    padding: 10px; }

  .m-i-product .pr-list .caption span {
    line-height: 40px; }

  .m-i-rproduct .pr-list {
    padding: 10px; }

  .m-i-rproduct .pr-list .pic {
    height: 110px; }

  .m-i-rproduct .pr-list .caption span {
    line-height: 40px; }

  .m-i-product .pro-nlist {
    margin-top: 0; }

  .m-i-product .pro-com .pic img {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0); }

  #owl-demo .item {
    width: 60%;
    margin: 0 auto !important; }

  .m-i-news .wrap {
    margin: 0 -8px; }

  .m-i-news .news-list .box .news-img {
    display: none; }

  .m-i-news .news-list {
    padding: 8px; }

  .m-i-news .news-list .box {
    height: 130px;
    margin-top: 0; }

  .m-i-news .news-list .box .text {
    height: 130px;
    width: 100%; }

  .m-i-news .news-list .box .text .subject {
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .m-i-news .news-list .box .text .subject a {
    color: #333; }

  .m-i-news .news-list .box .text .subject a:hover {
    color: #03aae6; }

  .m-i-news .news-list .box .text .news_more {
    display: none; }

  .con-title {
    padding-bottom: 8px;
    line-height: 32px;
    text-align: center; }

  .m-i-contact {
    margin-top: 20px; }

  .m-i-product .pro-nlist .pro-name {
    width: 48%; }

  .m-i-impor .container .pro-nlist .pro-name {
    width: 45%; }

  .m-i-impor .pro-nlist .pro-name:last-child {
    display: none; }

  .m-i-about .about-img {
    height: 240px; }

  .m-i-news .news-list .box .text .info {
    -webkit-line-clamp: 2; }

  .m-footer {
    padding: 20px 0; }

  .m-i-rproduct .pro-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .m-footer {
    padding: 20px 0; }

  .m-i-rproduct .pro-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .m-friendly-link .link-wrap {
    margin-top: 20px; }

  .m-bottom {
    margin-bottom: 60px; } }
@media screen and (min-width: 768px) {
  .container {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .container {
    width: 100%; }

  .m-i-product .col-md-2 {
    width: 20%; } }
@media (min-width: 1200px) {
  .container {
    width: 1200px; }

  .m-i-product .col-md-2 {
    width: 20%; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .m-i-product .pro-com .pic {
    height: 196px; }

  .m-i-news .card .card__thumb {
    height: 179px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .m-i-product .pro-com .pic {
    height: 160px; }

  .m-i-news .card .card__thumb {
    height: 126px; } }
@media (min-width: 480px) and (max-width: 768px) {
  .m-i-product .pro-com .pic {
    height: 190px; }

  .m-i-news .card .card__thumb {
    height: 210px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .m-i-product .pro-com .pic {
    height: 138px; }

  .m-i-news .card .card__thumb {
    height: 180px; } }
@media screen and (max-width: 320px) {
  .m-i-product .pro-com .pic {
    height: 115px; }

  .m-i-news .card .card__thumb {
    height: 122px; } }
/* 内页样式 */
.m-page {
  padding: 48px 0;
  background: #f3f3f3; }
  .m-page .left-box {
    padding-left: 0; }
    .m-page .left-box .menu-wrap {
      background: #fff; }
      .m-page .left-box .menu-wrap .title {
        height: 60px;
        line-height: 60px;
        background: #03aae6;
        color: #fff;
        font-size: 18px;
        text-align: center; }
      .m-page .left-box .menu-wrap .menu-list {
        padding-bottom: 20px; }
        .m-page .left-box .menu-wrap .menu-list .items a {
          display: block;
          overflow: hidden;
          padding: 15px;
          border-bottom: 1px dashed #eee;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .m-page .left-box .menu-wrap .menu-list .items a i {
            float: right;
            vertical-align: middle;
            font-size: 20px;
            color: #20c2fc; }
          .m-page .left-box .menu-wrap .menu-list .items a:hover {
            color: #fff;
            background: #20c2fc;
            border-bottom-color: #20c2fc; }
          .m-page .left-box .menu-wrap .menu-list .items a:hover i {
            color: #fff; }
        .m-page .left-box .menu-wrap .menu-list .items > a:hover {
          padding: 15px 20px; }
        .m-page .left-box .menu-wrap .menu-list .subnav a {
          padding: 12px 15px 12px 30px;
          color: #666;
          font-size: 12px; }
    .m-page .left-box .contact {
      margin-top: 30px;
      background: #fff; }
      .m-page .left-box .contact .pic {
        display: block;
        position: relative;
        height: 96px;
        overflow: hidden; }
        .m-page .left-box .contact .pic .text {
          position: absolute;
          top: 50%;
          margin-top: -32px;
          width: 80%;
          height: 64px;
          background: #03aae6;
          background: rgba(33, 33, 33, 0.5);
          line-height: 32px; }
          .m-page .left-box .contact .pic .text .name {
            font-size: 18px;
            display: block;
            padding-left: 16px;
            text-transform: uppercase;
            font-weight: 700;
            color: #FFF;
            margin-top: 5px; }
          .m-page .left-box .contact .pic .text .byname {
            font-size: 14px;
            line-height: 20px;
            display: block;
            padding-left: 16px;
            text-transform: uppercase;
            font-weight: normal;
            color: #FFF; }
      .m-page .left-box .contact .contact-list {
        padding: 16px; }
        .m-page .left-box .contact .contact-list li {
          padding: 7px 0; }
  .m-page .right-box {
    padding-right: 0;
    margin-bottom: 20px; }
    .m-page .right-box .right-con {
      padding: 23px 32px;
      background: #fff; }
      .m-page .right-box .right-con .main {
        padding-top: 15px; }
        .m-page .right-box .right-con .main .intro-pic {
          width: 250px;
          max-height: 190px;
          padding: 4px;
          text-align: center;
          overflow: hidden;
          margin: 0 auto 15px; }
        .m-page .right-box .right-con .main .intro-wrap {
          line-height: 24px;
          text-indent: 2em; }
          .m-page .right-box .right-con .main .intro-wrap img {
            max-width: 100%; }
      .m-page .right-box .right-con > .title {
        line-height: 48px;
        border-bottom: 1px solid #ddd; }
        .m-page .right-box .right-con > .title .name {
          font-size: 22px; }
        .m-page .right-box .right-con > .title .sitepath .link {
          color: #666;
          max-width: 520px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .m-page .right-box .right-con > .title .sitepath .link span {
            padding-right: 5px; }
          .m-page .right-box .right-con > .title .sitepath .link i {
            padding: 0 10px; }
        .m-page .right-box .right-con > .title .sitepath .menu-link {
          cursor: pointer; }
    .m-page .right-box .m-p-list .list {
      padding: 8px; }
    .m-page .right-box .m-p-list .list .p-img {
      height: 153px;
      padding: 4px;
      border: 1px solid #ddd;
      overflow: hidden;
      position: relative;
      text-align: center;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .m-page .right-box .m-p-list .list .p-img img {
      display: block;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .m-page .right-box .m-p-list .list .p-title {
      padding: 15px 0 5px;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
    .m-page .right-box .m-p-list .list:hover .p-img {
      border-color: #20c2fc; }
    .m-page .right-box .m-p-list .list:hover .p-title {
      color: #20c2fc; }

.m-page .menu-wrap,
.m-page .contact,
.m-page .right-con {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* 工商登记信息 */
.m-busine-info {
  color: #666; }

.m-busine-info .panle {
  margin-bottom: 20px; }

.m-busine-info .panle:last-child {
  margin-bottom: 0; }

.m-busine-info .detai-title {
  margin-bottom: 10px; }

.m-busine-info .detai-title h5 {
  padding-left: 10px;
  border-left: 4px solid #979797;
  line-height: 1; }

.m-busine-info .detail-table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #e3e3e3;
  border-right: 0;
  border-bottom: 0;
  background: #f3f3f3;
  min-height: 44px;
  overflow: hidden; }

.m-busine-info .detail-table .table-row {
  border-bottom: 1px solid #e3e3e3; }

.m-busine-info .detail-table .item-title {
  display: table-cell;
  width: 113px;
  padding: 10px;
  border: 1px solid #fff; }

.m-busine-info .detail-table .item-intro {
  display: table-cell;
  width: 355px;
  padding: 10px;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  word-break: break-all;
  word-wrap: break-word;
  background: #fff; }

/* 长尾词 */
.m-long-tail-wrap {
  line-height: 1.8; }

.m-long-tail-wrap .lw-intro {
  padding: 20px 0;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  text-indent: 2em; }

.m-long-tail-wrap .lw-intro .lump {
  margin-top: 30px; }

.m-long-tail-wrap .lw-intro .lump .title {
  margin-bottom: 10px;
  font-weight: 700; }

.m-long-tail-wrap .lw-intro .lump a {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  color: #03aae6; }

.m-long-tail-wrap .lw-intro .lump a:hover {
  text-decoration: underline; }

.m-long-tail-wrap .lw-menu {
  margin: 20px 0 10px;
  overflow: hidden; }

.m-long-tail-wrap .lw-menu .anchor {
  display: block;
  color: #03aae6;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px; }

.m-long-tail-wrap .lw-menu .anchor:hover {
  text-decoration: underline; }

.m-long-tail-wrap .lw-anchor-list {
  margin-bottom: 20px; }

.m-long-tail-wrap .lw-anchor-list .para-title {
  margin-bottom: 10px;
  font-weight: 700; }

.m-long-tail-wrap .lw-anchor-list .para-con {
  color: #8a8a8a; }

.m-long-tail-wrap .lw-anchor-list .para-con p {
  margin-bottom: 10px; }

.m-long-tail-wrap .lw-interrelated {
  padding: 20px 0; }

.m-long-tail-wrap .lw-interrelated .lump {
  margin-bottom: 10px; }

.m-long-tail-wrap .lw-interrelated .lump .title {
  margin-bottom: 8px;
  font-weight: 700; }

.m-long-tail-wrap .lw-interrelated .quote a {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  color: #158aee; }

.m-long-tail-wrap .lw-interrelated .quote a:hover {
  text-decoration: underline; }

/* 产品详细组件 */
.m-product-view {
  margin-bottom: 40px;
  margin-top: 20px; }

.m-product-view .product-pic {
  height: auto;
  text-align: center;
  border: 1px solid #ccc; }

.m-product-view .pic-box {
  height: 220px;
  overflow: hidden; }

.m-product-view .zoom-btn {
  display: inline-block;
  margin: 10px 0;
  color: #666; }

.m-product-view .zoom-btn i {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 16px;
  background-position: -56px -145px;
  vertical-align: middle; }

.m-product-view .zoom-btn:hover {
  color: #03aae6; }

.m-product-view .product-intro .pro-title {
  font-size: 21px;
  color: #000; }

.m-product-view .product-intro .intro-info {
  line-height: 1.8; }

.m-product-view .product-intro .u-more {
  color: #0b7bca; }

.m-product-view .product-intro .intro-tell {
  margin-top: 20px; }

/* 产品内页主内容区域 */
.public-inner-main {
  margin-bottom: 20px; }

.m-product-box .box-title {
  font-size: 16px;
  margin-bottom: 18px; }

.m-product-box,
.m-include-business {
  margin-bottom: 20px; }

.m-product-box .m-public-list .item,
.m-include-business .m-public-list .item {
  margin-right: 12px; }

.m-product-box .m-public-list .item:nth-child(5n),
.m-include-business .m-public-list .item:nth-child(5n) {
  margin-right: 0; }

/* 产品详细 */
.box-title h3 {
  font-size: 16px;
  margin-bottom: 18px; }

.m-p-view .pv-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  padding: 10px 0; }

.m-p-view .pv-pic {
  margin: 20px 0;
  text-align: center; }

.m-p-view .pv-pic img {
  max-width: 60%;
  border: 1px solid #ddd;
  padding: 3px; }

.m-p-view .pv-date {
  text-align: center;
  margin: 16px 0;
  background: #eee;
  line-height: 40px;
  color: #666; }

.m-p-view .pv-intro {
  line-height: 24px; }

/* 新闻列表 */
.m-p-news .news-list li a {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #DDD;
  line-height: 40px;
  color: #666; }

.m-p-news .news-list li a .title {
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.m-p-news .news-list li a .title:before {
  content: "·";
  margin-right: 10px;
  font-weight: 700; }

.m-p-news .news-list li a .date {
  color: #999; }

.m-p-news .news-list li a:hover {
  color: #20c2fc; }

.m-p-news .news-list li a:hover .title {
  padding-left: 10px; }

/* 供应信息 */
.m-supply-details .sd-header {
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 20px; }

.m-supply-details .sd-header .sd-pic {
  padding: 15px;
  text-align: center;
  overflow: hidden;
  border-right: 1px solid #ddd;
  position: relative;
  height: 310px; }

.m-supply-details .sd-header .sd-pic img {
  display: block;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.m-supply-details .sd-header .sd-info {
  padding: 12px 15px; }

.m-supply-details .sd-header .sd-info > .caption {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.m-supply-details .sd-header .sd-info > .intro {
  padding-top: 10px; }

.m-supply-details .sd-header .sd-info > .intro p {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666; }

.m-supply-details .sd-header .sd-info > .intro .title {
  font-size: 18px;
  color: #f5641d;
  font-weight: 700; }

.m-supply-details .sd-header .sd-info .si-contact {
  padding: 10px 20px;
  overflow: hidden;
  border: 1px solid #fbbeaf;
  background-color: #fff1ed; }

.m-supply-details .sd-header .sd-info .si-contact .tell {
  font-size: 18px;
  color: #666;
  font-weight: 700;
  margin-bottom: 10px; }

.m-supply-details .sd-header .sd-info .si-contact .online {
  margin-bottom: 10px; }

.m-supply-details .sd-header .sd-info .si-contact .online img {
  margin-right: 5px; }

.m-supply-details .sd-content .c-tabs {
  border-bottom: 1px solid #ddd;
  overflow: hidden; }

.m-supply-details .sd-content .c-tabs span {
  float: left;
  cursor: pointer;
  padding: 10px 30px; }

.m-supply-details .sd-content .c-tabs .current {
  background: #20c2fc;
  color: #fff; }

.m-supply-details .c-con {
  display: none;
  padding: 20px 0; }

.m-supply-details .c-con .explain {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd; }

.m-supply-details .c-con .explain .list {
  padding: 0;
  line-height: 30px; }

.m-supply-details .c-con .introduce {
  padding-top: 20px;
  line-height: 24px; }

.m-supply-details .c-con .introduce img {
  max-width: 100%; }

.m-supply-details .active {
  display: block; }

.m-supply-details .sd-newInfo .nTitle {
  font-size: 16px;
  line-height: 35px;
  border-bottom: 1px solid #ddd; }

.m-supply-details .sd-newInfo .nTitle i {
  font-size: 18px;
  padding-right: 10px;
  color: #20c2fc; }

.m-supply-details .sd-newInfo .nMain {
  padding: 15px 0; }

.m-supply-details .sd-newInfo .nMain .list {
  padding: 0 5px; }

.m-supply-details .sd-newInfo .nMain .list a {
  display: block;
  line-height: 35px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.m-supply-details .sd-newInfo .nMain .list a i {
  color: #333;
  padding-right: 10px; }

.m-supply-details .sd-newInfo .nMain .list a:hover {
  color: #20c2fc; }

/* 名片 */
.m-card {
  padding: 15px;
  background: #f4f4f4; }

.m-card .cw-tp .c-logo {
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 15px; }

.m-card .cw-tp .c-logo img {
  height: 100%; }

.m-card .cw-tp .c-info p {
  margin-top: 10px; }

.m-card .cw-tp .c-info .p-title span {
  padding-right: 10px; }

.m-card .cw-tp .c-info .p-title span b {
  font-weight: 700;
  font-size: 16px;
  padding-right: 5px; }

.m-card .cw-tp .c-info .p-phone span {
  color: #20c2fc; }

.m-card .cw-bd {
  margin: 10px 0;
  padding: 10px 15px;
  background: #fbe9b1; }

.m-card .cw-bd p {
  line-height: 35px; }

.m-card .cw-bd .c-caption {
  font-size: 16px;
  font-weight: 700; }

.m-card .cw-bd .c-links .line {
  padding: 0 15px; }

.m-card .cw-ft .list {
  padding: 5px;
  color: #20c2fc; }

.m-card .cw-ft .list span {
  color: #333;
  padding-right: 5px; }

/* 企业图集 */
.m-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden; }

.m-modal .mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40); }

.m-modal .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  visibility: hidden;
  opacity: 0; }

.m-modal .wrap img {
  display: block;
  margin: 0 auto; }

.m-modal .wrap .close-btn {
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  color: #666;
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }

.m-modal .wrap .close-btn:hover {
  color: #20c2fc; }

.m-modal .wrap .close-btn i {
  font-size: 20px; }

.m-modal-on {
  visibility: visible; }

.m-modal-on .wrap {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1; }

/* 联系页面 */
.m-guest {
  padding-top: 15px; }

.m-guest .tips {
  padding: 15px 0 20px;
  line-height: 22px;
  color: #999; }

.m-guest .form-group {
  margin-bottom: 20px; }

.m-guest .form-control {
  border-radius: 0;
  resize: vertical; }

.m-guest .form-control:focus {
  border-color: #20c2fc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 199, 189, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 199, 189, 0.4); }

.m-guest .yzm-control {
  display: inline-block;
  width: 100px;
  margin-right: 10px; }

.m-guest .btns .btn {
  background: #20c2fc;
  color: #fff;
  border-radius: 0;
  padding: 8px 30px;
  margin-right: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

.m-guest .btns .btn-submit:hover {
  background: #03aae6; }

.m-guest .btns .btn-reset {
  background: #03aae6; }

.m-guest .btns .btn-reset:hover {
  background: #20c2fc; }

.right-con .main .con-list {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .right-con .main .con-list img {
    margin: 10px; }
  .right-con .main .con-list h5 {
    font-size: 14px;
    color: #666; }

/* 上一条 & 下一条 */
.m-g-links {
  margin-top: 30px; }

.m-g-links p {
  margin-bottom: 10px; }

.m-g-links p a {
  color: #666;
  padding-left: 5px; }

.m-g-links p a:hover {
  color: #20c2fc;
  padding-left: 10px; }

/* 相关产品 */
.m-correlation-pro {
  padding-top: 25px; }

.m-correlation-pro .cp-title {
  margin: 10px 0;
  border-left: 5px solid #03aae6;
  padding-left: 10px;
  font-size: 18px;
  line-height: 1; }

/* 分页 */
.m-pagination {
  text-align: center; }

.m-pagination .pagination {
  margin: 30px 0 0; }

.m-pagination .pagination > li > a,
.m-pagination .pagination > li > span {
  color: #666; }

.m-pagination .pagination > .active > a,
.m-pagination .pagination > .active > a:focus,
.m-pagination .pagination > .active > a:hover,
.m-pagination .pagination > .active > span,
.m-pagination .pagination > .active > span:focus,
.m-pagination .pagination > .active > span:hover {
  color: #fff;
  background-color: #20c2fc;
  border-color: #20c2fc; }

/* 内页媒介查询 */
@media screen and (max-width: 768px) {
  .m-page {
    padding: 25px 0; }

  .m-page .left-box {
    position: fixed;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10001;
    padding: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2); }

  .m-page .left-box .menu-wrap {
    height: 100%; }

  .m-page .left-box .menu-wrap .menu-list {
    padding-bottom: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
    overflow-y: auto; }

  .m-page .left-box .menu-wrap .menu-list .items > a:hover {
    padding: 15px; }

  .m-page .left-box .menu-wrap .menu-list .subnav a {
    padding: 13px 13px 13px 20px; }

  .m-page .current {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  .m-page .right-box {
    padding: 0; }

  .m-page .right-box .right-con {
    padding: 10px; }

  .m-page .right-box .right-con > .title .name {
    font-size: 20px; }

  .m-page .right-box .right-con > .title .name i {
    font-size: 18px; }

  .m-page .right-box .right-con > .title .sitepath .menu-link {
    color: #20c2fc; }

  .m-page .right-box .m-p-list .list .p-img {
    height: 127px; }

  .m-p-view .pv-title {
    font-size: 18px; }

  .m-p-view .pv-pic img {
    max-width: 80%; }

  .m-g-links {
    margin-top: 20px; }

  .m-p-news .news-list li a .title {
    max-width: 100%; }

  .m-supply-details .sd-header .sd-pic {
    border-right: 0;
    border-bottom: 1px solid #ddd; }

  .m-supply-details .sd-header .sd-info > .intro p {
    white-space: normal;
    line-height: 24px; }

  .m-modal .wrap {
    width: 280px; } }
/* 弹窗组件 */
.m-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden; }

.m-modal .mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  filter: alpha(opacity=40); }

.m-modal .wrap .close-btn {
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background-position: -158px -71px; }

.m-modal-on {
  visibility: visible; }

/* 站点地图 */
.m-site-map .map-content-head .hd-title {
  font-size: 26px;
  color: #000; }

.m-site-map .map-content-main {
  margin: 33px 0 50px; }

.m-site-map a:hover {
  color: #03aae6 !important;
  text-decoration: underline; }

.m-site-map .map-panl {
  margin-bottom: 18px; }

.m-site-map .map-panl h3 {
  color: #333;
  font-weight: 700;
  font-size: 18px; }

.m-site-map .map-columns {
  margin-top: 18px;
  padding-left: 25px; }

.m-site-map .map-sub-nav li {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px; }

.m-site-map .map-sub-nav li a {
  display: block;
  color: #5a574f; }

.m-site-map .map-sub-nav li a:hover:before {
  background: #03aae6; }

.m-site-map .map-long-word .lw-wrap {
  margin-bottom: 20px; }

.m-site-map .map-long-word .lw-wrap dt {
  margin-bottom: 10px;
  font-weight: 700; }

.m-site-map .map-long-word .lw-wrap dt a {
  color: #626262; }

.m-site-map .map-long-word .lw-wrap dd {
  margin-right: 45px;
  margin-bottom: 10px;
  display: inline-block; }

.m-site-map .map-long-word .lw-wrap dd a {
  color: #929292; }

.m-site-map .map-infomation li {
  float: left;
  width: 33.33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px; }

.m-site-map .map-infomation li a {
  color: #626262; }

/* 公用半栏标题 */
.public-half-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #03aae6; }

.public-half-header .title {
  display: inline-block;
  padding: 0 30px;
  line-height: 34px;
  font-size: 15px;
  color: #fff;
  background: #03aae6;
  border: 1px solid #03aae6;
  border-bottom: 0;
  border-radius: 3px 3px 0 0; }

.cx-container {
  margin: 0 auto;
  overflow: hidden; }

.cxcontainer-fulid {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .cx-container {
    width: 100%; } }
@media screen and (min-width: 992px) {
  .cx-container {
    width: 100%; } }
@media (min-width: 1200px) {
  .cx-container {
    width: 1300px; } }
